WorkerPools
Modify an existing worker pool.
Updates an existing worker pool.
put/{spaceId}/workerpools/{id}
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
idstring required
The ID of the worker pool
Request body
Example request
{
"Id": "WorkerPools-1",
"SpaceId": "Spaces-1"
}Response
Confirms that a Worker Pool was modified, containing the updated Worker Pool
Example response
{
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.