list_spaces
Retrieve all available spaces in your Octopus Deploy instance to verify space existence and access project boundaries before performing operations.
Instructions
List all spaces in the Octopus Deploy instance. Spaces is the main organizational unit in Octopus Deploy, Spaces keep the different projects, infrastructure and tenants completely separate. Spaces typically represent team or project boundary, but not customer boundary (use tenants for those). Always use this tool first to check that the requested space exists.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
partialName | No | ||
skip | No | ||
take | No |
Input Schema (JSON Schema)
{
"properties": {
"partialName": {
"type": "string"
},
"skip": {
"type": "number"
},
"take": {
"type": "number"
}
},
"type": "object"
}