Delete a deploymentedit

To delete a deployment:

  1. Log into the Cloud UI.
  2. On the Deployments page, select your deployment.

    Narrow the list by name, ID, or choose from several other filters. To further define the list, use a combination of filters.

  3. Stop the deployment.
  4. Click Delete deployment. Let the user interface guide you through the steps for deleting the deployment permanently.

Deleting a deployment cannot be undone.

== Access the Elasticsearch API
You can interact with a specific Elasticsearch cluster directly from the {console} without having to authenticate again. This RESTful API access is limited to the specific cluster and works only for Elasticsearch API calls. You cannot make {s} platform changes from here (see the <<{p}-restful-api,{n} RESTful API>>, if you want to work with the platform).
  1. Log into the Cloud UI.
  2. On the Deployments page, select the deployment you want.
  3. From the Elasticsearch menu, go to the Console page.
  4. Make a selection from the operation drop-down list and complete the path. + For example, you can select Get and use the _cluster/health?pretty=true path for cluster status and other pertinent details.
  5. If needed, add the body information. //This is a known issue #13995, remove tip when fixed + TIP: To display the body area, select PUT, POST, or DELETE from the drop-down list.
  6. Click Submit.

    The results of the API operation are displayed, along with the time it took to complete the operation.
    To learn more about what kinds of Elasticsearch API calls you can make from the Cloud UI, see the link:{es}[Elasticsearch Reference].