deploy all components on an install
POST /v1/installs/{install_id}/components/deploy-all
POST
/v1/installs/{install_id}/components/deploy-all
Deploy all components to an install.
This walks the graph order of the install’s app, and will trigger a deploy for each on the specified install.
Authorizations
Parameters
Path Parameters
install_id
required
string
Install ID
Request Body
Input
object
Responses
201
Created
string
400
Bad Request
object
description
string
error
string
user_error
boolean
401
Unauthorized
object
description
string
error
string
user_error
boolean
403
Forbidden
object
description
string
error
string
user_error
boolean
404
Not Found
object
description
string
error
string
user_error
boolean
500
Internal Server Error
object
description
string
error
string
user_error
boolean