Cf delete-service

1 개요[ | ]

cf delete-service
cf ds
root@zetawiki:~# cf services
Getting services in org zeta / space development as jmnote@example.com...
OK

name                 service       plan      bound apps   last operation
spring-music-db      elephantsql   turtle                 create succeeded
spring-music-mongo   mongolab      sandbox                create succeeded
spring-music-mysql   cleardb       spark                  create succeeded

root@zetawiki:~# cf ds spring-music-mongo

Really delete the service spring-music-mongo?> y
Deleting service spring-music-mongo in org zeta / space development as jmnote@example.com...
OK
root@zetawiki:~# cf services
Getting services in org zeta / space development as jmnote@example.com...
OK

name                 service       plan     bound apps   last operation
spring-music-db      elephantsql   turtle                create succeeded
spring-music-mysql   cleardb       spark                 create succeeded
root@zetawiki:~# cf ds spring-music-db -f
Deleting service spring-music-db in org zeta / space development as jmnote@example.com...
OK

root@zetawiki:~# cf ds spring-music-mysql -f
Deleting service spring-music-mysql in org zeta / space development as jmnote@example.com...
OK

root@zetawiki:~# cf services
Getting services in org zeta / space development as jmnote@example.com...
OK

No services found
root@zetawiki:~# cf ds asdf
Deleting service asdf in org zeta / space development as jmnote@example.com...
OK
Service asdf does not exist.

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}