Command Palette
Search for a command to run

Delete a registry

Delete a registry credential from a namespace

DELETE
/auth/v1/seed/{namespace}/registries/{id}

Delete a registry credential. Services referencing images from this registry will fail to pull on their next deployment.

Path parameters

namespace type: string (required)
The namespace (user or organization) the registry belongs to.
id type: string (required)
The registry ID to delete.