Files

2.0 KiB
Raw Permalink Blame History

Skip to content

Return to top

Cancel

=================================================================================================

POST

/deployments/{uuid}/cancel

Cancel a deployment by UUID.

Authorizations


bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Type

HTTP (bearer)

Parameters


Path Parameters

uuid*

Deployment UUID

Type

string

Required

Responses


200400401403404

Deployment cancelled successfully.

Content-Type

application/json

SchemaJSON

JSON

{

"message": "Deployment cancelled successfully.",

"deployment_uuid": "cm37r6cqj000008jm0veg5tkm",

"status": "cancelled-by-user"

}

POST

/deployments/{uuid}/cancel

Playground


Authorization

bearerAuth

Variables

Key

Value

uuid*

Try it out

Samples


Powered by VitePress OpenAPI