Skip to main content
GET
Get Deployment options

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the Organization to retrieve Deployment options for.

Query Parameters

deploymentId
string

The ID of a Deployment to retrieve options for.

deploymentType
enum<string>

The runtime type of the deployment.

Available options:
HYBRID,
DEDICATED,
STANDARD
executor
enum<string>

The executor of the deployment.

Available options:
CELERY,
KUBERNETES,
ASTRO
cloudProvider
enum<string>

The cloud provider of the cluster for the deployment.

Available options:
AWS,
AZURE,
GCP

Response

OK

executors
string[]
required

The available executors.

resourceQuotas
object
required
runtimeReleases
object[]
required

The available Astro Runtime versions.

schedulerMachines
object[]
required

The available scheduler sizes.

workerMachines
object[]
required

The available worker machine types.

workerQueues
object
required
workloadIdentityOptions
object[]

The available workload identity options.