Deploy​
GET
/deploy
Deploy by tag or uuid. Post request also accepted with uuid and tag json body.
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
pr
Pull Request Id for deploying specific PR builds. Cannot be used with tag parameter.
Typeinteger
Responses​
Get deployment(s) UUID's
application/json
JSON
{
"deployments": [
{
"message": "string",
"resource_uuid": "string",
"deployment_uuid": "string"
}
]
}
