disconnect_forge

Forget a forge and the credential it was connected with.

Forgewritesnot idempotentdestructiveCLI only

Calling it#

curl -X POST http://127.0.0.1:8787/forge.v1.ForgeService/DisconnectForge \
  -H 'Content-Type: application/json' \
  -d '{}'

Request#

DisconnectForgeRequest#

FieldTypeDescription
hoststring

The host to forget.

Response#

Empty#

No fields.