Skip to content

deregisterPrivateContainerRegistry

Deregister the Private Container Registry (PCR) for an Exocompute account.

Arguments

Argument Type Description
input (required) DeregisterPrivateContainerRegistryInput! Id of an Exocompute account.

Returns

Void

Sample

mutation DeregisterPrivateContainerRegistry($input: DeregisterPrivateContainerRegistryInput!) {
  deregisterPrivateContainerRegistry(input: $input)
}
{
  "input": {
    "exocomputeAccountId": "00000000-0000-0000-0000-000000000000"
  }
}
{
  "data": {
    "deregisterPrivateContainerRegistry": "example-string"
  }
}