contexts
rollback_context
Rolls back a single context to a specific commit.
Arguments:
name
- Name of the context to roll back.commit_hash
- The hash of the commit to restore.project
- Name of the project the context belongs to.api_key
- If specified, unify API key to be used. Defaults to the value in the
Returns:
A message indicating the success of the rollback operation.