> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete service

> Delete a managed user service on your Zo server.

{/* Tool: delete_user_service */}

A User Service is an automatically managed process on Zo Computer. Deleting a public service also removes its public route. Deleting a process-only service removes the supervised process definition.

## Parameters

<ParamField path="service_id" type="string" required={true}>
  Identifier of the service to delete.
</ParamField>
