Delete cluster | Cloud Providers | Northflank API docs
v1
Double column
API
CLI
JS Client

Cloud Providers /

Delete cluster

Delete the given cluster. Fails if the cluster has associated projects.

Required permission

Account > Cloud > Clusters > Delete

Path parameters

    • clusterId

      string required

      ID of the cluster

Response body

  • {object}

    Response object.

    • data

      {object} required

      Result data.

    API
    CLI
    JS Client

    DELETE /v1/cloud-providers/clusters/{clusterId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    Example response

    409 Conflict

    The cluster couldn't be deleted as it has dependencies that have not been deleted

    © 2024 Northflank Ltd. All rights reserved.