revoke_docker_session
Revoke a Docker authorization by session ID without stopping or removing the user container. Maintain security while preserving running workloads.
Instructions
Revoke one Docker authorization held by this project MCP process without stopping or removing a user container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| created_at | Yes | ||
| expires_at | Yes | ||
| session_id | Yes | ||
| target_kind | Yes | ||
| allowed_modes | Yes | ||
| content_sha256 | Yes | ||
| instance_count | Yes | ||
| schema_version | No | 1.0 | |
| perflens_version | Yes | ||
| max_workload_runs | Yes | ||
| authorization_mode | Yes | ||
| max_active_seconds | Yes | ||
| max_evidence_bytes | Yes | ||
| workload_runs_used | Yes | ||
| active_seconds_used | Yes | ||
| evidence_bytes_used | Yes | ||
| invalidation_reason | No | ||
| workload_spec_sha256 | No | ||
| project_identity_sha256 | Yes | ||
| authorization_receipt_sha256 | Yes | ||
| existing_target_identity_sha256 | No | ||
| client_connection_identity_sha256 | Yes |