go-cfclient
go-cfclient copied to clipboard
Restart App Instance
Hi,
Is it possible to restart only a single app instance, like with restart-app-instance.
Best regards, Alex
Not currently, but this could be added to v3apps.go with a PR if you're so inclined.
The CF CLI calls DELETE on /v3/apps/:guid/processes/:type/instances/:index and lets the health management spin up a new instance.
Added to the v3 branch