Method: memories.rollback

Full name: projects.locations.reasoningEngines.memories.rollback

Rollback Memory to a specific revision.

Endpoint

post https://aiplatform.googleapis.com/v1beta1/{name}:rollback

Path parameters

name string

Required. The resource name of the Memory to rollback. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoningEngine}/memories/{memory}

Request body

The request body contains data with the following structure:

Fields
target Union type
The target to rollback to. target can be only one of the following:
targetRevisionId string (int64 format)

Required. The id of the revision to rollback to.

Response body

If successful, the response body contains an instance of Operation.