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.
Request
Path Parameters
A unique integer value identifying this workspace.
Responses
- 204
- 401
- 403
- 429
Success
No authentication found or authentication is not correct.
Specified path is not allowed
Permission evaluation:
Is Authenticated AND Is Not App AND Workspace Permission AND Workspace Is Not Dev AND Workspace Is Not Public
Descriptions:
Workspace Is Not Public
: Checks whether the requested workspace object is not a public workspace.
Workspace Is Not Dev
: Checks whether the requested workspace object is not a development workspace.
Is Authenticated
: Allows access only to authenticated users.
Is Not App
: Client must not be a VIKTOR app.
Workspace Permission
: Checks whether the user has permission to the workspace object.
Total computation time limit is exceeded