Search

Blog posts

Infrastructure as code in Azure with Octopus Deploy and Pulumi: Part one

Learn how to define infrastructure as code with Pulumi.

Authenticate to Azure with Golang

Authenticating to a cloud platform with the different SDK can be extremely different. In this post, you learn how to authenticate to Azure with Go.

Golang for Automation in AWS

Learn how to use Golang, a popular programming language created by Google, to automate AWS.
Loading...

Documentation

Cancel queued deployments

An example script to cancel queued deployments.

Find unused projects

An example script that will find any project that hasn't had a release created in the previous days

Enable/disable project

An example script that enables or disables a project in Octopus.

Export step templates

An example script that exports all step templates in a Space to files.

Change feed

An example script that changes an existing feed by updating the feed name in Octopus using the REST API and Octopus.Client.

Delete targets by role

An example script to delete targets by role.

Delete a Space

An example script to delete a space.

Add a target role

An example script that adds a target role to a deployment target.

Delete targets by name

An example script to delete targets by matching a specified name.

Create a feed

An example script that creates a nuget feed in Octopus.

Enable/disable machine

An example script that enables or disables a machine in Octopus.

Delete a feed

An example script that deletes an existing feed in Octopus using the REST API and Octopus.Client.

Retrieve all feeds

An example script that retrieves all feeds in Octopus.

Disable project triggers

An example script that disables a project's triggers in Octopus using the REST API and Octopus.Client.

Delete projects with no process

An example script that deletes projects that have no deployment process in Octopus using the REST API and Octopus.Client.

Remove a project from team

An example script that removes a project from a team.

Find events by date

An example script that finds events by date in Octopus using the REST API and Octopus.Client.

Delete a project

An example script that deletes a project.

Find teams with role

An example script that finds all teams using a specific role.

Add library set to a project

An example script that adds a library variable set to a project.

Add or update project variable

An example script that adds or updates a project variable.

Get all steps that use a package

An example script to find all steps that reference a specific package.

Register Listening Tentacle

An example script to register a listening tentacle using the REST API.

Register Polling Tentacle

An example script to register a Polling Tentacle using the REST API.

Create a project

An example script that creates a project.

Delete project releases

An example script that deletes releases for a project.

Create a runbook

An example script that creates a runbook.

Can't find what you are looking for? You can also search our support forum.