cURL
curl --request DELETE \ --url https://api.example.com/work_pools/{work_pool_name}/workers/{name}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Delete a work pool’s worker
Documentation IndexFetch the complete documentation index at: https://docs.prefect.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
The work pool name
The work pool's worker name
Successful Response
Was this page helpful?