You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cancels the Service Transfer for the provided token. Once canceled, a transfer cannot be accepted or otherwise acted on in any way. If canceled in error, the transfer must be [created](/docs/api/account/#service-transfer-create) again.
2470
2468
2471
-
When cancelled, an email notification for the cancellation is sent to the account that created
2472
-
this transfer. Transfers can not be cancelled if they are expired or have been accepted.
2469
+
When canceled, an email notification for the cancellation is sent to the account that created this transfer. Transfers can not be canceled if they are expired or have been accepted.
2473
2470
2474
2471
This command can only be accessed by the unrestricted users of the account that created this transfer.
2475
2472
operationId: deleteServiceTransfer
@@ -2481,7 +2478,7 @@ paths:
2481
2478
responses:
2482
2479
'200':
2483
2480
description: >
2484
-
Service Transfer cancelled.
2481
+
Service Transfer canceled.
2485
2482
content:
2486
2483
application/json:
2487
2484
schema:
@@ -5721,7 +5718,7 @@ paths:
5721
5718
with the URL to which image data can be uploaded.
5722
5719
5723
5720
- Image data must be uploaded within 24 hours of creation or the
5724
-
upload will be cancelled and the image deleted.
5721
+
upload will be canceled and the image deleted.
5725
5722
5726
5723
- Image uploads should be made as an HTTP PUT request to the URL returned in the `upload_to`
5727
5724
response parameter, with a `Content-type: application/octet-stream` header included in the
@@ -6508,7 +6505,7 @@ paths:
6508
6505
- linodes:read_write
6509
6506
responses:
6510
6507
'200':
6511
-
description: Backup service was cancelled for the specified Linode.
6508
+
description: Backup service was canceled for the specified Linode.
6512
6509
content:
6513
6510
application/json:
6514
6511
schema:
@@ -20359,7 +20356,7 @@ components:
20359
20356
x-linode-filterable: true
20360
20357
x-linode-cli-color:
20361
20358
accepted: yellow
20362
-
cancelled: red
20359
+
canceled: red
20363
20360
completed: green
20364
20361
failed: red
20365
20362
pending: yellow
@@ -20368,7 +20365,7 @@ components:
20368
20365
type: string
20369
20366
enum:
20370
20367
- accepted
20371
-
- cancelled
20368
+
- canceled
20372
20369
- completed
20373
20370
- failed
20374
20371
- pending
@@ -20381,7 +20378,7 @@ components:
20381
20378
Transfers can take up to 3 hours to complete.
20382
20379
20383
20380
20384
-
`cancelled`: The transfer has been cancelled by the sender.
20381
+
`canceled`: The transfer has been canceled by the sender.
20385
20382
20386
20383
20387
20384
`completed`: The transfer has completed successfully.
@@ -20394,7 +20391,7 @@ components:
20394
20391
20395
20392
20396
20393
`stale`: The transfer has exceeded its expiration date. It can no longer be accepted or
20397
-
cancelled.
20394
+
canceled.
20398
20395
example: 'pending'
20399
20396
created:
20400
20397
type: string
@@ -24891,7 +24888,7 @@ components:
24891
24888
properties:
24892
24889
cancel_url:
24893
24890
type: string
24894
-
description: The URL to have PayPal redirect to when Payment is cancelled.
24891
+
description: The URL to have PayPal redirect to when Payment is canceled.
24895
24892
example: https://example.org
24896
24893
redirect_url:
24897
24894
type: string
@@ -26065,7 +26062,7 @@ components:
26065
26062
x-linode-filterable: true
26066
26063
x-linode-cli-color:
26067
26064
accepted: yellow
26068
-
cancelled: red
26065
+
canceled: red
26069
26066
completed: green
26070
26067
failed: red
26071
26068
pending: yellow
@@ -26074,7 +26071,7 @@ components:
26074
26071
type: string
26075
26072
enum:
26076
26073
- accepted
26077
-
- cancelled
26074
+
- canceled
26078
26075
- completed
26079
26076
- failed
26080
26077
- pending
@@ -26085,7 +26082,7 @@ components:
26085
26082
`accepted`: The transfer has been accepted by another user and is currently in progress.
26086
26083
Transfers can take up to 3 hours to complete.
26087
26084
26088
-
`cancelled`: The transfer has been cancelled by the sender.
26085
+
`canceled`: The transfer has been canceled by the sender.
26089
26086
26090
26087
`completed`: The transfer has completed successfully.
26091
26088
@@ -26094,7 +26091,7 @@ components:
26094
26091
`pending`: The transfer is ready to be accepted.
26095
26092
26096
26093
`stale`: The transfer has exceeded its expiration date. It can no longer be accepted or
0 commit comments