All CLI Commands
aptible services:settings
This command lets you configure Services for a given App.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Usage:
aptible services:settings SERVICE [flags]
Flags:
--app string App handle
-e, --env string Environment handle (alias)
--environment string Environment handle
--force-zero-downtime Force zero-downtime deployment
--no-force-zero-downtime Disable forced zero-downtime deployment
--no-restart-free-scaling Disable restart-free scaling
--no-simple-health-check Disable simple health check
--restart-free-scaling Enable restart-free scaling
--simple-health-check Use simple (naive) health check
--stop-timeout int32 Seconds to wait for graceful shutdown
aptible services:settings --app "$APP_HANDLE" SERVICE \
--force-zero-downtime \
--simple-health-check
aptible services:settings --app "$APP_HANDLE" SERVICE \
--stop-timeout 60
Was this page helpful?
