For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign inBook a demo
DocsReferenceChangelog
DocsReferenceChangelog
  • Introduction
    • Overview
    • Errors
  • SDK
    • Overview
    • Decorators
    • Run Evaluation
  • API
      • GETList Datasets
      • POSTUpsert Dataset
      • GETGet Dataset
      • DELDelete Dataset
      • PATCHMove Dataset
      • GETList Datapoints
      • GETList Versions of a Dataset
      • DELDelete Dataset Version
      • PATCHUpdate Dataset Version
      • POSTUpload CSV
      • POSTDeploy Dataset
      • DELRemove Deployment
      • GETList a Dataset's Environments
LogoLogo
Sign inBook a demo
APIDatasets

Remove Deployment

DELETE
https://api.humanloop.com/v5/datasets/:id/environments/:environment_id
DELETE
/v5/datasets/:id/environments/:environment_id
$curl -X DELETE https://api.humanloop.com/v5/datasets/ds_b0baF1ca7652/environments/staging \
> -H "X-API-KEY: <apiKey>"
Remove deployed Dataset from Environment. Remove the deployed version for the specified Environment.
Was this page helpful?
Previous

List a Dataset's Environments

Next
Built with

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

idstringRequired
Unique identifier for Dataset.
environment_idstringRequired
Unique identifier for the Environment to remove the deployment from.

Errors

422
Remove Deployment Datasets ID Environments Environment ID Delete Request Unprocessable Entity Error