diff --git a/temporal/api/cloud/namespace/v1/message.proto b/temporal/api/cloud/namespace/v1/message.proto index f63c194..4fec2bb 100644 --- a/temporal/api/cloud/namespace/v1/message.proto +++ b/temporal/api/cloud/namespace/v1/message.proto @@ -133,8 +133,6 @@ message Namespace { // The namespace specification. NamespaceSpec spec = 3; // The current state of the namespace. - // Possible values: activating, activationfailed, active, updating, updatefailed, deleting, deletefailed, deleted, suspending, suspendfailed, suspended. - // For any failed state, reach out to Temporal Cloud support for remediation. string state = 4; // The id of the async operation that is creating/updating/deleting the namespace, if any. string async_operation_id = 5;