Deploy
GET /deploy
GET
/deploy
Deploy by tag or uuid. Post
request also accepted.
Authorizations
Parameters
Query Parameters
tag
string
Tag name(s). Comma separated list is also accepted.
uuid
string
Resource UUID(s). Comma separated list is also accepted.
force
boolean
Force rebuild (without cache)
Responses
200
Get deployment(s) UUID’s
object
deployments
Array<object>
object
message
string
resource_uuid
string
deployment_uuid
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string