Synopsis
Examples
The examples below$ENDPOINT_HOSTNAME reference the Endpoint Hostname for the Endpoint you’d like to deprovision.
📘 Use the aptible endpoints:list command to easily locate the Endpoint Hostname for a given Endpoint.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Usage:
aptible endpoints:deprovision HOSTNAME [flags]
Flags:
--app string App handle
--database string Database handle
-e, --env string Environment handle (alias)
--environment string Environment handle
$ENDPOINT_HOSTNAME reference the Endpoint Hostname for the Endpoint you’d like to deprovision.
📘 Use the aptible endpoints:list command to easily locate the Endpoint Hostname for a given Endpoint.
aptible endpoints:deprovision \
--app "$APP_HANDLE" \
"$ENDPOINT_HOSTNAME"
aptible endpoints:deprovision \
--database "$DATABASE_HANDLE" \
"$ENDPOINT_HOSTNAME"
Was this page helpful?
