Smithery

servers.releases.resume

Resume a paused release (e.g. after OAuth authorization). Use id='latest' to resume the most recent one.

Remote smithery

Other tools also called servers.releases.resume? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "path parameter"
    },
    "qualifiedName": {
      "type": "string",
      "description": "path parameter"
    }
  }
}