Skip to Content

Deploy

4 endpoints

GET /deploy

List Deploy

List deployments visible to the authenticated user.

Parameters:

NameInRequiredDescription
active_onlyqueryNo
authorizationheaderNo

Response:

`any`

POST /deploy

Deploy

Parameters:

NameInRequiredDescription
authorizationheaderNo

Request body:

{ license_id: `string` deployment_name: `string` subdomain: `string` base_domain?: `string` target_org?: `string` | `null` private?: `boolean` }

Response:

`any`

POST /deploy/\{deployment_id\}/stop

Stop Deployment

Stop a running deployment.

Parameters:

NameInRequiredDescription
deployment_idpathYes
authorizationheaderNo

Response:

`any`

DELETE /deploy/\{deployment_id\}

Destroy Deployment

Destroy a stopped deployment — deletes GitHub repo and soft-deletes the record.

Parameters:

NameInRequiredDescription
deployment_idpathYes
authorizationheaderNo

Response:

`any`

Last updated on