Skip to main content

Activate the Workspace

POST 

/api/workspaces/:id/activate/

Activate the workspace. This sends a signal to scale up the app version runners, making sure that there is an app replica available to process jobs. This method also immediately polls and returns whether the workspace is actively running on cloud.

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this workspace.

Responses

Schema

    is_active booleanrequired

    Shows whether or not the workspace is active.

Loading...