Deploy
GET
/deploy
Deploy by tag or uuid. Post
request also accepted.
Authorizations
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Parameters
Query Parameters
tag
Tag name(s). Comma separated list is also accepted.
Typestring
uuid
Resource UUID(s). Comma separated list is also accepted.
Typestring
force
Force rebuild (without cache)
Typeboolean
Responses
Get deployment(s) UUID's
application/json
JSON
{
"deployments": [
{
"message": "string",
"resource_uuid": "string",
"deployment_uuid": "string"
}
]
}
GET
/deploy