Closing a Support Request
Close a support request in Support Management.
Use the oci support incident update command and required parameters to close a support request:
oci support incident update --activity-type CLOSE --comments <text> --incident-key <support-request-id> --type activity [OPTIONS]
With line breaks:
oci support incident update \ --activity-type CLOSE \ --comments <text> \ --incident-key <support-request-id> \ --type activity \ [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateIncident operation to close a support request. Set
activityType
toCLOSE
.