Gateway Actions (Start / Stop)
Perform a lifecycle action on a gateway.
| action_type | Purpose |
|---|---|
| start | Start a stopped gateway |
| stop | Stop a running gateway |
PUT
/gateway/{gateway_id}/{action_type}/Path parameters
gateway_idPathintegerrequiredGateway ID
action_typePathstringrequiredAction to perform on the gateway.
Query parameters
project_idQueryintegerrequiredProject ID
locationQuerystringrequiredLocation
active_iamQueryintegeroptionalActive IAM ID (To access contact person account) Find your Active IAM ID here
Request body
application/json
No request body required for start or stop.
Responses
200Action performed successfully on the gateway.
example
200example
Success