v1
Northflank docs for LLMs
API
CLI
JS Client

Project / Services /

Delete service per-replica volume PVC

Deletes one orphaned per-replica statefulSet volume PVC — a scaled-down ordinal, or a replica of a removed volume. Replicas still bound to a running instance are refused with 409.

Required permission

Project > Services > General > Delete

Path parameters

    • projectId

      string required
      ID of the project
    • serviceId

      string required
      ID of the service
    • volumeId

      string required
      ID of the per-replica volume
    • ordinal

      string required
      StatefulSet replica ordinal the PVC belongs to

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
    API
    CLI
    JS Client

    DELETE /v1/projects/{projectId}/services/{serviceId}/per-replica-volumes/volume/{volumeId}/replica/{ordinal}

    DELETE /v1/teams/{teamId}/projects/{projectId}/services/{serviceId}/per-replica-volumes/volume/{volumeId}/replica/{ordinal}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2026 Northflank Ltd. All rights reserved.

    northflank.com / Terms / Privacy / feedback@northflank.com