Skip to main content

Delete container registry repository

DELETE 

/container_registry/repositories/repository

Deletes a container registry repository, along with all its artifacts

Scopes

  • container_registry

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    region

    object

    required

    id string

    repository

    object

    required

    All 'repository[]' params are mutually exclusive, only one can be provided.

    id string
    name string

Responses

Deletes a container registry repository, along with all its artifacts

Schema

    repository

    object

    required

    id string
    name string
    total_size integernullable

    Total size of the repository and all its artifacts and blobs in bytes

    last_reconciled_at integernullable
    artifact_ids string[]

    task

    object

    required

    id string
    name string
    status TaskStatusEnum (string)

    Possible values: [pending, running, completed, failed]

    created_at integer
    started_at integernullable
    finished_at integernullable
    progress integer
Loading...