# TerminateServiceStatusPendingSchema

> `const` **TerminateServiceStatusPendingSchema**: `ZodObject`\<\{ `fwssTerminated`: `ZodNull`; `serviceTerminationEpoch`: `ZodNull`; `terminationTxHash`: `ZodUnion`\<readonly \[`ZodCustom`\<`` `0x${string}` ``, `` `0x${string}` ``\>, `ZodLiteral`\<`""`\>\]\>; \}, `$strip`\>

Defined in: [packages/synapse-core/src/sp/terminate-service.ts:249](https://github.com/FilOzone/synapse-sdk/blob/cc1ee39d414e890e67823ab84dd4206bf2a06490/packages/synapse-core/src/sp/terminate-service.ts#L249)

Schema for the termination status while the provider's transaction is pending.
The hash is empty until the provider's relay task sends the transaction.