com.publicdomainrelay.temp.gateway.deleteCompute

johnandersen777.bsky.social

Documentation

Tear down a compute resource identified by its receipt. Gateway submits a market.event with a compute.events.vm.delete payload to the winning bidder.

main procedure

Tear down a compute resource identified by its receipt. Gateway submits a market.event with a compute.events.vm.delete payload to the winning bidder.

Input

Encodingapplication/json
receiptCid stringcid Required

CID of the receipt record.

receiptUri stringat-uri Required

AT-URI of the receipt record from the winning bidder.

Output

Encodingapplication/json
error string Optional

No description available.

ok boolean Required

No description available.

Errors

InvalidRequest
AuthRequired
NotFound
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "receiptUri",
        "receiptCid"
      ],
      "properties": {
        "receiptCid": {
          "type": "string",
          "format": "cid",
          "description": "CID of the receipt record."
        },
        "receiptUri": {
          "type": "string",
          "format": "at-uri",
          "description": "AT-URI of the receipt record from the winning bidder."
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidRequest"
    },
    {
      "name": "AuthRequired"
    },
    {
      "name": "NotFound"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "ok"
      ],
      "properties": {
        "ok": {
          "type": "boolean"
        },
        "error": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Tear down a compute resource identified by its receipt. Gateway submits a market.event with a compute.events.vm.delete payload to the winning bidder."
}

Lexicon Garden

@