elasticsearch/docs/reference/tab-widgets/quick-start-cleanup.asciidoc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
426 B
Plaintext
Raw Normal View History

// tag::cloud[]
Click **Delete deployment** from the deployment overview page and follow the
prompts.
// end::cloud[]
// tag::self-managed[]
To stop your {es} and {kib} Docker containers, run:
[source,sh]
----
docker stop es01-test
docker stop kib01-test
----
To remove the containers and their network, run:
[source,sh]
----
docker network rm elastic
docker rm es01-test
docker rm kib01-test
----
// end::self-managed[]