Skip to main content
POST
/
v1
/
render_trigger_deploy
render_trigger_deploy
curl --request POST \
  --url https://api.fetchbean.com/v1/render_trigger_deploy \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "service_id": "<string>",
  "clearCache": "<string>",
  "commitId": "<string>",
  "imageUrl": "<string>",
  "deployMode": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
service_id
string
required
clearCache
Allowed value: "clear"
commitId
string
imageUrl
string
deployMode
string

Response

Success

The response is of type object.