Required. The resource name of the instance, in the format projects/{projectId}/locations/{locationId}/instances/{instanceId}.
Request body
The request body contains data with the following structure:
JSON representation
{"targetSnapshotId": string}
Fields
targetSnapshotId
string
Required. The snapshot resource ID, in the format 'my-snapshot', where the specified ID is the {snapshotId} of the fully qualified name like projects/{projectId}/locations/{locationId}/instances/{instanceId}/snapshots/{snapshotId}
Response body
If successful, the response body contains an instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-29 UTC."],[[["This webpage details how to revert a file system instance to a specific snapshot using a `POST` HTTP request to the provided URL."],["The `name` path parameter is required, specifying the instance's resource name in the format `projects/{projectId}/locations/{locationId}/instances/{instanceId}`."],["The request body must include the `targetSnapshotId`, representing the ID of the target snapshot, in the format of a resource ID."],["The request requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` for authorization."],["A successful operation will return an `Operation` instance in the response body."]]],[]]