resume warehouse

POST {{baseUrl}}/api/v2/warehouses/{{name}}:resume?ifExists=false

Bring current warehouse to a usable ‘Running’ state by provisioning compute resources if current warehouse is suspended.

Request Params

KeyDatatypeRequiredDescription
ifExistsbooleanQuery parameter that specifies how to handle the request for a resource that does not exist:
  • true: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource.
  • false: The endpoint throws an error if the resource doesn't exist. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cstring\u003e"}