Octopus Deploy website screenshot

Octopus Deploy

Octopus Deploy is a continuous delivery and release orchestration platform for managing deployments across development, test, and production environments to virtual machines, containers, Kubernetes, and cloud services. The platform handles environments, tenants, runbooks, release promotion, and approvals for both regulated and high-velocity teams. The Octopus REST API provides programmatic access to projects, environments, releases, deployments, runbooks, variables, accounts, and tasks via API-key authentication.

1 APIs 0 Features
DevOpsContinuous DeliveryDeployment AutomationRelease ManagementRunbooksCI/CD

APIs

Octopus Deploy REST API

REST API exposing projects, environments, releases, deployments, runbooks, accounts, certificates, tenants, variables, packages, and tasks managed by an Octopus Deploy server or...

Collections

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
API Documentation
API Documentation
💰
Pricing
Pricing
📝
Signup
Signup
🔗
Login
Login
💬
Support
Support
📰
Blog
Blog
👥
GitHubOrganization
GitHubOrganization
🔗
CLI
CLI
📦
SDKs
SDKs
🔗
MCPServer
MCPServer
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Octopus Deploy REST API
  version: '1.0'
request:
  auth:
    type: apikey
    key: X-Octopus-ApiKey
    value: '{{X-Octopus-ApiKey}}'
    placement: header
items:
- info:
    name: Root
    type: folder
  items:
  - info:
      name: Retrieve the API root resource
      type: http
    http:
      method: GET
      url: https://your-octopus-instance/api/
    docs: Returns the hypermedia document containing links to top-level resources.
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: List projects in the default space
      type: http
    http:
      method: GET
      url: https://your-octopus-instance/api/Spaces-1/projects
    docs: List projects in the default space
- info:
    name: Environments
    type: folder
  items:
  - info:
      name: List environments in the default space
      type: http
    http:
      method: GET
      url: https://your-octopus-instance/api/Spaces-1/environments
    docs: List environments in the default space
- info:
    name: Machines
    type: folder
  items:
  - info:
      name: List deployment targets in the default space
      type: http
    http:
      method: GET
      url: https://your-octopus-instance/api/Spaces-1/machines
    docs: List deployment targets in the default space
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: List accounts in the default space
      type: http
    http:
      method: GET
      url: https://your-octopus-instance/api/Spaces-1/accounts
    docs: List accounts in the default space
- info:
    name: Feeds
    type: folder
  items:
  - info:
      name: List package feeds
      type: http
    http:
      method: GET
      url: https://your-octopus-instance/api/feeds
    docs: List package feeds
bundled: true