diff --git a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl
index 9f7b9c1af..b4692f256 100644
--- a/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl
+++ b/api-ref/src/wadls/orchestration-api/src/v1/orchestration-api.wadl
@@ -920,7 +920,7 @@ are specified, this value overrides any value provided for
- Deletes a specified stack.
+ Deletes a specified stack and any snapshots of that stack.
@@ -944,7 +944,7 @@ are specified, this value overrides any value provided for
Takes a snapshot of all the resources in the
- stack.
+ stack. All snapshots are deleted upon deletion of the stack.
@@ -997,7 +997,9 @@ are specified, this value overrides any value provided for
- Restore a stack snapshot.
+ Restore a stack snapshot. Only active stacks
+ can be restored from a snapshot. Deleted stacks must be
+ recreated.