Stopping or Restarting a Persistence Service
To permanently stop an individual persistence service, terminate the FTL server process that manages it. To stop and restart an individual persistence service, use the
shutdown command.
- Procedure
- Send this web API request to the FTL server that provides the persistence service.
curl -X POST http://<ftl_svr_host>:<ftl_svr_port>/api/v1/server -d '{"cmd":"shutdown"}'The FTL server automatically restarts the persistence service.
What to do next
To monitor or confirm the service’s status, use the FTL server interface (see Servers List).
See Also: Suspending a Persistence Cluster