v1
Northflank docs for LLMs
API
CLI
JS Client

Project / Services /

Delete service per-replica volume group

Fully deletes a removed per-replica statefulSet volume for the given service: all of its orphaned PVCs and the volume definition. The volume must first be removed from the service.

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

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}

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

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2026 Northflank Ltd. All rights reserved.

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