Delete a Node Pool

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Deletes a node pool based on node pool Id.

Security: Requires a valid user

Usage: DELETE api/v1/nodePools/{nodePoolId}

Produces: application/json

URL parameters:

Parameter

Description

nodePoolId

Id of the node pool to be deleted.

Parameters: Ignored

Request Parameters: Ignored

Sample Response:

DELETE api/v1/nodePools/2

  {
    "id": 2
  }

Response Codes:

200: Success

400: If the node pool id is not an integer

404: If the node pool is not found