diff --git a/website/content/commands/partition.mdx b/website/content/commands/partition.mdx index df9f4067f5..5b9fed9a39 100644 --- a/website/content/commands/partition.mdx +++ b/website/content/commands/partition.mdx @@ -74,8 +74,6 @@ This subcommand has the following characteristics: | -------------- | ----- | | [Required ACLs] | `operator:write` | | Corresponding HTTP API endpoint | [\[PUT\] /v1/partition](/api-docs/admin-partitions#create-a-partition) | -| [Blocking queries] | Not supported from commands, but may be from the corresponding HTTP API endpoint | -| [Agent caching] | Not supported from commands, but may be from the corresponding HTTP API endpoint | The admin partition is created according to the values specified in the options. You can specify the following options: @@ -108,8 +106,6 @@ This subcommand has the following characteristics: | -------------- | ----- | | [Required ACLs] | `operator:write` | | Corresponding HTTP API endpoint | [\[PUT\] /v1/partition/:name](/api-docs/admin-partitions#update-a-partition) | -| [Blocking queries] | Not supported from commands, but may be from the corresponding HTTP API endpoint | -| [Agent caching] | Not supported from commands, but may be from the corresponding HTTP API endpoint | Use the following syntax to write from file: @@ -154,8 +150,6 @@ This subcommand has the following characteristics: | -------------- | ----- | | [Required ACLs] | `operator:read`; however, a non-anonymous token can always read its own partition | | Corresponding HTTP API endpoint | [\[GET\] /v1/partition/:name](/api-docs/admin-partitions#read-a-partition) | -| [Blocking queries] | Not supported from commands, but may be from the corresponding HTTP API endpoint | -| [Agent caching] | Not supported from commands, but may be from the corresponding HTTP API endpoint | The admin partition is created according to the values specified in the options. You can specify the following options: @@ -185,8 +179,6 @@ This subcommand has the following characteristics: | -------------- | ----- | | [Required ACLs] | `operator:read` | | Corresponding HTTP API endpoint | [\[GET\] /v1/partitions](/api-docs/admin-partitions#list-all-partitions) | -| [Blocking queries] | Not supported from commands, but may be from the corresponding HTTP API endpoint | -| [Agent caching] | Not supported from commands, but may be from the corresponding HTTP API endpoint | The admin partition is created according to the values specified in the options. You can specify the following options: @@ -230,8 +222,6 @@ This subcommand has the following characteristics: | -------------- | ----- | | [Required ACLs] | `operator:write` | | Corresponding HTTP API endpoint | [\[DELETE\] /v1/partitions](/api-docs/admin-partitions#delete-a-partition) | -| [Blocking queries] | Not supported from commands, but may be from the corresponding HTTP API endpoint | -| [Agent caching] | Not supported from commands, but may be from the corresponding HTTP API endpoint | In the following example, the `webdev-bu` partition is deleted: